home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000023_news@columbia.edu _Tue Sep 12 18:38:12 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id SAA06370
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 12 Sep 2000 18:38:12 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA11791
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 12 Sep 2000 18:38:11 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id SAA03901
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 12 Sep 2000 18:09:35 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jaltman@columbia.edu (Jeffrey Altman)
  13. Subject: Re: C-Kermit question
  14. Date: 12 Sep 2000 22:09:34 GMT
  15. Organization: Columbia University
  16. Message-ID: <8pm9iu$3pq$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8pm8mq$34k$1@newsmaster.cc.columbia.edu>,
  20. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  21. : : Yet couldn't one have more than one kermit process with
  22. : : either a unix pipe or fifo buffer or somesuch doing a
  23. : : bucket chain?
  24. : : 
  25. : There's no mechanism in Kermit for linking itself to another...  Hmmm...
  26. : wait a minute; there's so much in there sometimes even I forget what it all
  27. : is.  OK, how about this:
  28. :   set host 192.168.0.2
  29. :   transmit /pipe kerbangscriptname
  30. : where "kerbangscriptname" is the name of a (C-Kermit) "Kerbang" script that
  31. : (starts another copy of Kermit and) opens a serial-port connection on
  32. : /dev/ttyS0 and enters CONNECT mode.  But if this worked, it would work only 
  33. : in one direction.
  34.  
  35. Try  
  36.  
  37.   REDIRECT kerbangscriptname
  38.  
  39. instead of transmit /pipe kerbangscriptname.  That may work as well.
  40.  
  41.                   Jeffrey Altman * Sr.Software Designer
  42.                  The Kermit Project * Columbia University
  43.                612 West 115th St * New York, NY * 10025 * USA
  44.      http://www.kermit-project.org/ * kermit-support@kermit-project.org